home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #12 / K-CD-12-2002.ISO / Tools / K-CS.dcr / 00208_Show Text.ls < prev    next >
Encoding:
Text File  |  2002-04-19  |  385 b   |  15 lines

  1. on new me
  2.   set the visible of sprite the spriteNum of me to 1
  3. end
  4.  
  5. on mouseUp me
  6.   repeat with Index = 64 to 84
  7.     if not (Index mod 3) = 0 then
  8.       set the locV of sprite Index to 1000
  9.     end if
  10.   end repeat
  11.   set the locV of sprite (the spriteNum of me + 1) to the locV of sprite the spriteNum of me
  12.   set the locV of sprite (the spriteNum of me + 2) to 201
  13.   updateStage()
  14. end
  15.